home *** CD-ROM | disk | FTP | other *** search
- TextPreferences = {
- OUTLETS = {
- blankStructMatrix;
- alignForm;
- autoIndentMatrix;
- structForm;
- modesText;
- };
- SUPERCLASS = Preferences;
- };
- FirstResponder = {
- ACTIONS = {
- performResize:;
- };
- SUPERCLASS = Object;
- };
- Preferences = {
- ACTIONS = {
- ok:;
- performClick:;
- changeOptionMode:;
- revert:;
- };
- OUTLETS = {
- revert;
- ok;
- win;
- optionsButton;
- optionView;
- };
- SUPERCLASS = Object;
- };
-